type net/http.http2DataFrame
12 uses
net/http (current package)
h2_bundle.go#L1992: dataFrame http2DataFrame
h2_bundle.go#L1995: func (fc *http2frameCache) getDataFrame() *http2DataFrame {
h2_bundle.go#L1997: return &http2DataFrame{}
h2_bundle.go#L2187: type http2DataFrame struct {
h2_bundle.go#L2192: func (f *http2DataFrame) StreamEnded() bool {
h2_bundle.go#L2200: func (f *http2DataFrame) Data() []byte {
h2_bundle.go#L3295: case *http2DataFrame:
h2_bundle.go#L5584: if f, ok := f.(*http2DataFrame); ok {
h2_bundle.go#L5602: case *http2DataFrame:
h2_bundle.go#L5833: func (sc *http2serverConn) processData(f *http2DataFrame) error {
h2_bundle.go#L9583: case *http2DataFrame:
h2_bundle.go#L9937: func (rl *http2clientConnReadLoop) processData(f *http2DataFrame) error {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |